翻訳と辞書
Words near each other
・ Interactive Mathematics Program
・ Interactive media
・ Interactive movie
・ Interactive Multimedia
・ Interactive Multimedia Association
・ Interactive Museum EPM
・ Interactive Museum of Economics
・ Interactive novel
・ Interactive One
・ Interactive Pager
・ Interactive patient care
・ Interactive Picture Systems
・ Interactive planning
・ Interactive programming
・ Interactive proof
Interactive proof system
・ Interactive Public Docket
・ Interactive representation
・ Interactive Robots and Media Lab
・ Interactive Ruby Shell
・ Interactive Scenario Builder
・ Interactive Science
・ Interactive skeleton-driven simulation
・ Interactive Software Federation of Europe
・ Interactive specialization
・ Interactive storybook
・ Interactive storytelling
・ Interactive Support Group
・ Interactive Systems Corporation
・ Interactive systems engineering


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Interactive proof system : ウィキペディア英語版
Interactive proof system

In computational complexity theory, an interactive proof system is an abstract machine that models computation as the exchange of messages between two parties. The parties, the verifier and the prover, interact by exchanging messages in order to ascertain whether a given string belongs to a language or not. The prover is all-powerful and possesses unlimited computational resources, but cannot be trusted, while the verifier has bounded computation power. Messages are sent between the verifier and prover until the verifier has an answer to the problem and has "convinced" itself that it is correct.
All interactive proof systems have two requirements:
* Completeness: if the statement is true, the honest verifier (that is, one following the protocol properly) will be convinced of this fact by an honest prover.
* Soundness: if the statement is false, no prover, even if it doesn't follow the protocol, can convince the honest verifier that it is true, except with some small probability.
It is assumed that the verifier is always honest.
The specific nature of the system, and so the complexity class of languages it can recognize, depends on what sort of bounds are put on the verifier, as well as what abilities it is given — for example, most interactive proof systems depend critically on the verifier's ability to make random choices. It also depends on the nature of the messages exchanged — how many and what they can contain. Interactive proof systems have been found to have some important implications for traditional complexity classes defined using only one machine. The main complexity classes describing interactive proof systems are AM and IP.
== NP ==

The complexity class NP may be viewed as a very simple proof system. In this system, the verifier is a deterministic, polynomial-time machine (a P machine). The protocol is:
* The prover looks at the input and computes the solution using its unlimited power and returns a polynomial-size proof certificate.
* The verifier verifies that the certificate is valid in deterministic polynomial time. If it is valid, it accepts; otherwise, it rejects.
In the case where a valid proof certificate exists, the prover is always able to make the verifier accept by giving it that certificate. In the case where there is no valid proof certificate, however, the input is not in the language, and no prover, however malicious it is, can convince the verifier otherwise, because any proof certificate will be rejected.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Interactive proof system」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.